home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3.iso / webrec / MAINMENU.DIR / 00140.ls < prev    next >
Encoding:
Text File  |  1996-12-10  |  148 b   |  10 lines

  1. on exitFrame
  2.   global STIcks
  3.   if (the ticks - STIcks) < (60 * 3) then
  4.     go(the frame)
  5.   else
  6.     puppetSprite(1, 0)
  7.     go("start")
  8.   end if
  9. end
  10.